From: Dmitry Antipov Date: Fri, 23 Aug 2013 04:17:04 +0000 (+0400) Subject: * window.c (struct save_window_data): Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~3275^2~147 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6b729d1685255d309d6de0ac1c973527ec691f8b;p=emacs.git * window.c (struct save_window_data): Fix typo. --- diff --git a/src/window.c b/src/window.c index b295f748bfd..023dc485d7f 100644 --- a/src/window.c +++ b/src/window.c @@ -5408,7 +5408,7 @@ struct save_window_data Lisp_Object saved_windows; /* All fields above are traced by the GC. - From `fame-cols' down, the fields are ignored by the GC. */ + From `frame-cols' down, the fields are ignored by the GC. */ int frame_cols, frame_lines, frame_menu_bar_lines; int frame_tool_bar_lines;